home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineButton2_227 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  119b  |  7 lines

  1. on(release){
  2.    if(_root.pmenu.options._visible == false)
  3.    {
  4.       _root.pmenu.options._visible = true;
  5.    }
  6. }
  7.